dsh-kanban: A Task Kanban Plugin for DeepSeek Harness Web UI

dsh-kanban is a task board plugin designed specifically for the DeepSeek Harness (DSH) Web UI, aiming to enhance the task management experience through a sidebar without replacing the host application. The plugin organizes Harness sessions into a five-column view: Inbox, Ready, Running, Blocked, and Done. Among these, the Running, Blocked, and Done states are automatically derived from live sessions, while idle sessions can be manually categorized into Inbox or Ready, with manual placements saved in the browser's local storage. Core features include viewing session status via the `/kanban` entry point, organizing pending tasks, and creating new tasks directly from the board using the Harness runtime, ensuring seamless integration with the host

Read More
dsh-web-restart: One-Click Restart Button for DeepSeek Harness Web UI

dsh-web-restart is an MIT-licensed plugin for the DeepSeek Harness Web UI, designed to move the restart action of the `dsh web` process from the terminal to the web interface. The plugin adds a circular restart button next to Settings at the bottom of the sidebar, allowing users to restart the process with a single click without requiring a confirmation. As a bundle-layer plugin, it persists across DSH restarts and can display service health status by polling the `/dsh-health` endpoint every 5 seconds. Installation can be performed via the `dsh plugin` command or by manually editing the configuration files under `~/.dsh/profiles/web`, and a restart is required after installation to load the bundle layer. In typical usage, restarts...

Read More